home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000297_news@columbia.edu _Tue Sep 3 09:05:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id JAA10797 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 3 Sep 1996 09:05:05 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id JAA06456 for kermit.misc@watsun; Tue, 3 Sep 1996 09:04:59 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: How can I use Kermit and PPP??
  8. Date: 3 Sep 1996 13:04:34 GMT
  9. Organization: Columbia University
  10. Lines: 12
  11. Message-ID: <50had2$qbn@apakabar.cc.columbia.edu>
  12. References: <500mh8$279@news.xmission.com> <1996Aug28.114158.84281@cc.usu.edu> <masonm.4.322AFCFE@intercon.com> <Dx506I.DDn@encore.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <Dx506I.DDn@encore.com>, Thanh Ma <tma@encore.com> wrote:
  16. : Kermit is great and GNU's screen is also great. Combining the two, they
  17. : are double great for remote dialing into a unix server from home. However,
  18. : they can't co-exist as documented somewhere in a kermit's doc. This is the
  19. : only short-coming that I found to be a little inconvenience.
  20. :
  21. You can't transfer files through GNU screen because it *changes* the
  22. characters that go in and out.  For purposes of file transfer, there would
  23. need to be a way to temporarily put "screen" into some kind of transparent
  24. mode to keep it from changing the Kermit file-transfer packets.
  25.  
  26. - Frank